std::unordered_multiset::hash_function

From Cppreference

Jump to: navigation, search
​hasher hash_function() const;
(C++0x feature)

Returns the function that hashes the keys.

Contents

Parameters

(none)

Return value

the hash function.

Complexity

constant

See also

key_eq
returns the function used to compare keys for equality
(public member function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages